* {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: "微软雅黑";
}
a {
    text-decoration: none;
}
.header-top{
	height: 31px;
	/* line-height: 31px; */
	background: #e7e7e7;
}
.header-top1{
	width: 1200px;
	margin: 0 auto;
}
.header-top1 .header-top-left{
	float: left;
	width: 600px;
		line-height: 26px;
}
.header-top1 .header-top-left span{
	font-size: 12px;
	color: #555;
	margin-right: 10px;
}
.header-top1 .header-top-left span img{
	/*vertical-align: -5px;*/
        vertical-align: -6px;
    margin-right: 3px;
}
.header-top1 .header-top-left .head-wx,
.header-top1 .header-top-left .head-wb{
	color: #999;
}
.header-top-right {
    float: right;
    color: #555;
    font-size: 12px;
    line-height: 26px;
}
.header-top-right span{
	margin: 0 5px;
}
/*头部中间*/
.header-center{
	background: #fff;
}
.J_ubt_module{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.header-logo {
    position: relative;
    float: left;
    width: 250px;
    height: 89px;
}
.header-logo .logo-box img{
	margin-top: 10px;
}
.header-search {
    position: relative;
    z-index: 100;
    float: left;
    width: 505px;
    height: 36px;
    padding: 25px 0;
    _overflow: hidden;
	margin-left: 90px;
}
.header-search .search-input {
    float: left;
    position: relative;
    z-index: 900;
    width: 405px;
    height: 32px;
    border: 2px solid #fe8431;
    border-right: 0;
    background-color: #FFF;
    box-sizing: initial;
}
.header-search .search-field {
    width: 360px;
    height: 32px;
    padding: 0 5px 0 40px;
	/* padding-left: 40px; */
    border: 0;
	outline: medium;
    font-size: 14px;
    line-height: 28px;
	background: url(../img/sousou.png) no-repeat 2% 50%;
}
.header-search .search-button {
    float: left;
    display: block;
    width: 97px;
    height: 36px;
    overflow: hidden;
    /* text-indent: -9999px; */
    border: 0;
	color: #fff;
    background: #fe8431;
}
.header-fa {
    float: right;
    width: 160px;
    height: 85px;
    padding-top: 4px;
}
.header-fa  .fa-link{
	display: block;
	color: #555;
	font-size: 14px;
	margin-top: 30px;
	text-align: right;
}
.header-fa  .fa-link img{
	vertical-align: -4px;
}

.header-fa  .fa-link span{
	color: #FE8431;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    font-size: 0;
}
.header-nav {
	width: 100%;
    background: #2789EE;
}
.nav-main {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.nav-main li {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.nav-main .nav-li-super{
	width: 245px;
	text-align: center;
}
.nav-main a {
    position: relative;
    display: block;
    height: 22px;
    margin: 0 4px 0 0;
    padding: 8px 8px 9px;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    _white-space: nowrap;
}
/*.nav-main a.current, .nav-main a.current:hover {*/
    /*background: #0065CE;*/
/*}*/
.nav-li-super a img{
    vertical-align: -3px;
    margin-right: 15px;
}
.head-wx a{
    display: inline-block;
    position: relative;
    height: 24px;
}
.head-wx a:hover .euto_ew{
    display: block;
}
.head-wx a .euto_ew{
    display: none;
    position: absolute;
    top: 25px;
    left: -43px;
    z-index: 1000;
}
.head-wx a .euto_ew img{
    width: 118px;
    height: 118px;
}